home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / help_7n1.zip / HELP.DOC < prev   
Text File  |  1987-12-12  |  2KB  |  46 lines

  1. [from VOL7N1.ARC, PC Magazine Jan 88?
  2.  Downloaded from SEMPER BBS 10 Dec 87
  3. ]
  4.  
  5. HELP
  6. Command
  7.  
  8. Michael J. Mefford    1988/No. 1 (PC Lab Notes)
  9.  
  10.  
  11. Purpose:    Pops up help or reference screens of the user's choice and 
  12. design either in the middle of an application or at the DOS prompt.  Screens
  13. suitable for use with HELP.COM are saved in the required file format by 
  14. CAPTURE.COM (Utilities, 1988/No. 1)
  15.  
  16. Format:    HELP filespec [...filespec][/Nn][/Hn][/P] | [/U]
  17.  
  18. Remarks:    Filespec is the filename, preceded if necessary by a drive
  19.  name and path, of a user-customized help/reference file that has been saved
  20.  using CAPTURE.  Multiple help screens may be loaded for successive display by
  21.  entering more than one filespec on the command line, separating each with a
  22.  space, tab, comma, or semicolon.  By default, HELP will accept four screen
  23.  pages, each of which is 4,000 bytes in length.  The optional /Nn parameter
  24.  may be entered to change this default n (4) to values from 1 through 14
  25.  pages.  The PgUp, PgDn, Home, and End keys are used to display the various
  26.  help screens.  HELP remembers the last help screen accessed and will return
  27.  to it immediately the next time the program is called up.
  28.  
  29.     HELP is a memory-resident program and is normally loaded by being
  30.  listed as a line in your AUTOEXEC.BAT file.  Its default pop-up key 
  31. ("hotkey") is Alt-H.  Other Alt-key combinations may be substituted for the 
  32. default hotkey by entering the optional /Hn parameter.  Any alphanumeric key,
  33.  the minus, or the equals keys may be used for n, and the substitution may be
  34.  made either when the program is loaded or by entering HELP /Hn at a 
  35. subsequent DOS prompt.  Pressing Esc or pressing the hotkey a second time
  36.  returns you to your application or to DOS.
  37.  
  38.     The optional /P parameter causes the program to pop-up immediately,
  39.  and the /U parameter unloads it from memory if no other resident program has
  40.  been loaded after HELP.
  41.  
  42. Note:To change the number of screen pages reserved for pop-up it is necessary
  43. to uninstall HELP or to reboot.  Up to the limit of the reserved pages, 
  44. however, you can change the help screen(s) to be accessed simply by entering
  45. the command, together with a new filespec, at the DOS prompt.
  46.